@font-face {
    font-family: 'DBmADHURIMA';
    src: url('../../fonts/DB\ Madhurima\ Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DbHindiPara';
    src: url('../../fonts/DB\ Hindi\ p.ttf') format('truetype');
}

.DBMadhurima {
    font-family: 'DBmADHURIMA', sans-serif;
}

.DBHindiPara {
    font-family: 'DbHindiPara', sans-serif;
}

.main-container {
    margin: auto;
    font-family: 'Noto Serif Devanagari', serif;
    width: 49.6rem;
    height: 70.16625rem;
    background-color: white;
    padding: 0;
}

header {
    width: 45rem;
    height: 60px;
    background-color: blue;
    margin: auto;
}


.drop-cap {
    float: left;
    font-size: 50px;
    line-height: 45px;
    font-weight: 800;
    margin-right: 10px;
    margin-top: 0px;
    color: black;
}

.blue-bar {
    width: 2rem;
    height: 13rem;
    background-color: #7dd3fc;
    margin-top: -5rem;
    margin-left: 0.5rem;
    position: absolute;
    top: 294px;
    right: 374px;
}

@media (max-width: 767.98px) {
    .blue-bar {
        margin-top: -3rem;
        height: 3rem;
    }
}


@media print {
    .main-container {
        margin: auto;
        width: 49.6rem !important;
        height: 70.16625rem !important;
    }
}

.blue-box1 {
    background-color: gray;
    color: black;
    font-weight: 600;
    font-size: 53px;
    line-height: 1.2;
    padding: 2rem 0.5rem;
    text-align: center;
    user-select: none;
    word-spacing: 3px;
    height: 358px;
}

.red-underline {
    border-bottom: 4px solid #b91c1c;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.blue-box2 {
    background-color: rgb(215, 216, 216);
    font-size: 14px;
    line-height: 1.3;
    padding: 1rem 1rem;
    user-select: none;
    height: 80px;
    margin-bottom: 8px;
}



.n-box{
    width: 70px;
    height: 105px;
    background-color: blue;
    position: absolute;
    left: 30px;
    top: -25px;
}